toggle menu
JxBrowser
8.2.1
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.cast
/
[jvm]CastSessions
Cast
Sessions
public
interface
CastSessions
implements
Observable
<
T
>
,
ProfileService
A service that allows observing
alive
cast
sessions
.
Since
7.29
See also
Cast
Session
Discovered
Members
Functions
list
Link copied to clipboard
public
abstract
List
<
CastSession
>
list
(
)
Returns the list of
alive
cast sessions.
on
Link copied to clipboard
public
abstract
Subscription
on
<
E
extends
T
>
(
Class
<
E
>
eventClass
,
Observer
<
E
>
observer
)
Subscribes the given event
observer
to receive the events of the given
eventClass
.
profile
Link copied to clipboard
public
abstract
Profile
profile
(
)
Returns the profile of this service.